home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20031118-20041115 / 000424_JDanSkinner@JDanSkinner.com_Mon Oct 25 10:18:07 2004.msg < prev    next >
Text File  |  2020-01-01  |  3KB  |  59 lines

  1. Path: newsmaster.cc.columbia.edu!newsfeed.nyu.edu!torn!snoopy.risq.qc.ca!headwall.stanford.edu!newsfeed.stanford.edu!postnews1.google.com!not-for-mail
  2. From: JDanSkinner@JDanSkinner.com (Dan Skinner)
  3. Newsgroups: comp.protocols.kermit.misc
  4. Subject: Re: IKSD from a user account?
  5. Date: 23 Oct 2004 14:07:38 -0700
  6. Organization: http://groups.google.com
  7. Lines: 42
  8. Message-ID: <8ce22d01.0410231307.21fe8c70@posting.google.com>
  9. References: <2tsr6nF24redcU1@uni-berlin.de>
  10. NNTP-Posting-Host: 24.159.192.106
  11. Content-Type: text/plain; charset=ISO-8859-1
  12. Content-Transfer-Encoding: 8bit
  13. X-Trace: posting.google.com 1098565658 15744 127.0.0.1 (23 Oct 2004 21:07:38 GMT)
  14. X-Complaints-To: groups-abuse@google.com
  15. NNTP-Posting-Date: Sat, 23 Oct 2004 21:07:38 +0000 (UTC)
  16. Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:15208
  17.  
  18. ERACC <junkmail@eracc.com> wrote in message news:<2tsr6nF24redcU1@uni-berlin.de>...
  19. > I've been looking into running IKSD as a regular user instead of as
  20. > root for security reasons. For example like Squid starts up as "root"
  21. > but runs all its' other processes as user "squid", same with Apache
  22. > and user "apache". I also want to give incoming connections
  23. > "anonymous" access over some sort of secure tunnel for download
  24. > only. I know about sftp, scp - I don't want those - I want Kermit 95
  25. > or c-kermit on the client side for the robust scripting. I will have
  26. > complete control over the client and server side of this application.
  27. > Is this possible? I've read through what I can find so far on The
  28. > Kermit Project web pages but nothing jumped out that let me know I
  29. > can do this. So, I'll ask here for a URL if this can be done and the
  30. > URL to a HOWTO exists. Of course a concise explanation in the group
  31. > will work as well.
  32. > I did find a post by Jeffrey Altman in a Google Groups search about
  33. > running C-Kermit and then using the "SET SERVER ..." command. That is
  34. > not what I want although I will use it as a last resort.
  35. > TIA!
  36. > Gene (e-mail: gene \a\t eracc \d\o\t com)
  37.  
  38. I'm not sure I understand exactly what you mean, but we use C-Kermit
  39. on Linux and Unix machines to exchange data (flat ascii files) with
  40. remote K95 machines.  This is a fully scripted exchange, which can be
  41. initiated by either the scheduler or clicking on an icon at the remote
  42. end. The login to the *n?x machine is by straight dial-up, by Telnet,
  43. or SSH (telnet or ssh usually over the open internet.) Login(s) are
  44. either to a unique user for each remote site or to a system wide user,
  45. based on customer preference.   The login launches c-kermit in server
  46. mode pointing at the server side exchange directory.  The K95 script
  47. sends and gets selected files, deleting the files on the source end on
  48. successful transmission.   SSH does pretty good security for the
  49. paranoid.  We have been using this basic method since 1991. In the
  50. early days Unix c-kermit was 300K and Procomm fit on 1 diskette. We
  51. switched over to K95 to take advantage of SSH, run supported on WXP,
  52. and get back to single threaded scripts.  The dead simple approach
  53. gives us lots of flexibility and portability and seems to be
  54. absolutely reliable.  Hope this is of some help.  Can provide more
  55. details if you think they would help.
  56. Regards�Dan.